home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / daten / xmgr / examples / anim.bat < prev    next >
DOS Batch File  |  1995-02-05  |  683b  |  42 lines

  1. redraw
  2. title "Cardiod for varying values of \9a"
  3. subtitle "\9a\2 = 9.0"
  4. xaxis label "X = 2 * \9a\2 * cos(t) * (1 + cos(t))"
  5. yaxis label "Y = 2 * \9a\2 * sin(t) * (1 + cos(t))"
  6. doublebuffer true
  7. source pipe
  8. read "tc 9.0 2.0"
  9. autoscale
  10. kill s0
  11. read "tc 8.0 3.0"
  12. subtitle "\9a\2 = 8.0"
  13. redraw
  14. kill s0
  15. read "tc 7.0 4.0"
  16. subtitle "\9a\2 = 7.0"
  17. redraw
  18. kill s0
  19. read "tc 6.0 5.0"
  20. subtitle "\9a\2 = 6.0"
  21. redraw
  22. kill s0
  23. read "tc 5.0 6.0"
  24. subtitle "\9a\2 = 5.0"
  25. redraw
  26. kill s0
  27. read "tc 4.0 7.0"
  28. subtitle "\9a\2 = 4.0"
  29. redraw
  30. kill s0
  31. read "tc 3.0 8.0"
  32. subtitle "\9a\2 = 3.0"
  33. redraw
  34. kill s0
  35. read "tc 2.0 9.0"
  36. subtitle "\9a\2 = 2.0"
  37. redraw
  38. kill s0
  39. read "tc 1.0 10.0"
  40. subtitle "\9a\2 = 1.0"
  41. redraw
  42.